Welcome![Sign In][Sign Up]
Location:
Search - terrain quadtree algorithm

Search list

[DirextXSimNatureExe

Description: 实现大规模室外场景渲染技术,本程序使用基于严格的四叉树的方法建立一个LOD算法,并用该LOD算法实现了一个视点相关的动态多分辨率地形。采用多遍地面纹理,亮度图等技术来照明场景。同时DEMO还实现了Billboard,运动模糊,的功能。程序采用C++,模块化的结构让程序具有很高的可扩展性。 -achieve large-scale outdoor scene rendering technology, the use of procedures based on strict quadtree methods to establish a LOD algorithm, and the LOD algorithm with a view to achieve the dynamic multi-resolution terrain. Many times using ground texture, brightness map technology to lighting scenes. DEMO while also achieving the Billboard, motion blur, function. Adoption of C, the modular structure allows procedures with high scalability.
Platform: | Size: 619 | Author: 小李 | Hits:

[DirextXsmlib

Description: SimNatureExe代码补丁本程序使用基于严格的四叉树的方法建立一个LOD算法,并用该LOD算法实现了一个视点相关的动态多分辨率地形。采用多遍地面纹理,亮度图等技术来照明场景。同时DEMO还实现了Billboard,运动模糊,的功能。程序采用C++,模块化的结构让程序具有很高的可扩展性。 -SimNatureExe patch the code to use based on the strict procedures of the quadtree methods to establish a LOD algorithm, and the LOD algorithm with a view to achieve the dynamic multi-resolution terrain. Many times using ground texture, brightness map technology to lighting scenes. DEMO while also achieving the Billboard, motion blur, function. Adoption of C, the modular structure allows procedures with high scalability.
Platform: | Size: 10324 | Author: 小李 | Hits:

[DirextX四叉树剖分LOD Terrain

Description: 四叉树剖分地归算法Terrain示例(仅仅算法实现)-quadtree mesh algorithm Terrain classified examples (only Algorithm)
Platform: | Size: 740277 | Author: 王云 | Hits:

[DirextXSimNatureExe

Description: 实现大规模室外场景渲染技术,本程序使用基于严格的四叉树的方法建立一个LOD算法,并用该LOD算法实现了一个视点相关的动态多分辨率地形。采用多遍地面纹理,亮度图等技术来照明场景。同时DEMO还实现了Billboard,运动模糊,的功能。程序采用C++,模块化的结构让程序具有很高的可扩展性。 -achieve large-scale outdoor scene rendering technology, the use of procedures based on strict quadtree methods to establish a LOD algorithm, and the LOD algorithm with a view to achieve the dynamic multi-resolution terrain. Many times using ground texture, brightness map technology to lighting scenes. DEMO while also achieving the Billboard, motion blur, function. Adoption of C, the modular structure allows procedures with high scalability.
Platform: | Size: 1571840 | Author: 小李 | Hits:

[DirextX四叉树剖分LOD Terrain

Description: 四叉树剖分地归算法Terrain示例(仅仅算法实现)-quadtree mesh algorithm Terrain classified examples (only Algorithm)
Platform: | Size: 740352 | Author: 王云 | Hits:

[OpenGL programdemo7_1

Description: 一个基于OPENGL生成地形网格的例子,算法四叉树-OPENGL generate a terrain based on the grid example, the algorithm quadtree
Platform: | Size: 207872 | Author: 肖鹏 | Hits:

[OpenGL programmysf

Description: 地形漫游在仿真、模拟、虚拟现实等领域中有着广泛应用. 大规模地形的实时漫游算法一般采用视见体裁剪和与视点相关的连续细节层次等技术来减少实际绘制的地形数据量. 通过地形分块和视见体投影三角形扫描算法实现快速裁剪, 通过调整顶点的高度值消除裂缝, 通过基于三角形的四叉分割实现连续细节层次地形简化, 简化了算法实现, 提高了算法效率. 在没有利用帧连贯性的情况下, 算法可以在PC 机上实现较大规模地形的快速交互式漫游.-Roaming terrain in the simulation, simulation, virtual reality and other areas has a broad application. Large-scale real-time roaming terrain algorithm generally see as frustum culling and view-dependent continuous level of detail, such as techniques to reduce the actual rendering of terrain data. Through the terrain block and visually see the projector triangle body scan algorithm for fast cutting, by adjusting the height of peak value of the elimination of cracks in a triangle-based quadtree segmentation realize Continuous Level of Detail Terrain simplification simplified algorithm, improve the efficiency of the algorithm. In the absence of the use of frame coherence, the algorithm can realize in the PC, the rapid large-scale interactive roaming terrain.
Platform: | Size: 252928 | Author: 万方 | Hits:

[Game EngineQuadTreeLOD

Description: 采用VC及Opengl基于四叉树及LOD算法的室外三维地形实时渲染源代码-The use of VC and Opengl quadtree-based LOD algorithm and outdoor real-time rendering of three-dimensional terrain source code
Platform: | Size: 1469440 | Author: flamingo | Hits:

[Graph programTheLargeScaleTerraiRendering

Description: 介绍四叉树基于视点LOD算法简化地形的图形编程资料,很有实用性,还带有其它效果的算法-Introduced Quadtree LOD algorithm based on the simplified view of the graphical programming information terrain is very practical, but also with other effects of the algorithm
Platform: | Size: 651264 | Author: 薄涛 | Hits:

[3D Graphic3Dsuanfa

Description: c++中的数值算法 Bsp分割算法简述.地形碰撞检测方法,地形渲染的动态LOD四叉树算法详细实现.高级碰撞检测技术.四叉树和八叉树的剔出选择.图片镂空算法集合-c++ in the numerical algorithm outlined Bsp segmentation algorithm. terrain collision detection methods, dynamic LOD terrain rendering algorithm in detail quadtree achieve. advanced collision detection technology. quadtree and octree choice of bound. picture cut set algorithm
Platform: | Size: 499712 | Author: 李海涛 | Hits:

[OpenGL programLand3

Description: 在OpenGL中实现地形的基于四叉树的LOD算法-Implemented in the OpenGL-based Terrain Quadtree LOD algorithm
Platform: | Size: 3644416 | Author: 张洁 | Hits:

[OpenGL programROAM_LOD

Description: 实现大规模室外场景渲染技术,本程序使用基于严格的四叉树的方法建立一个LOD算法,并用该LOD算法实现了一个视点相关的动态多分辨率地形。采用多遍地面纹理,亮度图等技术来照明场景。同时DEMO还实现了Billboard,运动模糊,的功能。程序采用C++,模块化的结构让程序具有很高的可扩展性。--achieve large-scale outdoor scene rendering technology, the use of procedures based on strict quadtree methods to establish a LOD algorithm, and the LOD algorithm with a view to achieve the dynamic multi-resolution terrain. Many times using ground texture, brightness map technology to lighting scenes. DEMO while also achieving the Billboard, motion blur, function. Adoption of C, the modular structure allows procedures with high scalability.
Platform: | Size: 303104 | Author: 佟杰 | Hits:

[OpenGL programterrain

Description: 用OPGL实现的渲染地形一.2个地形生成算法 二.地形上的纹理 三.四叉树LOD渲染地形 四.相机剪裁地形 五.天空盒 六.简单海水 七.广告牌 八.光晕 九.地形场景物体与BVH 十.阴影体 十一.碰撞 十二.无限地形-Terrain rendering with OPGL achieve a .2 a terrain generation algorithm 2. Three terrain texture. Quadtree LOD terrain rendering four. Five cameras cut terrain. Sky Box 6. Simple water 7. Eight billboards. Halo 9. BVH 10 objects and terrain. Shadow body 11. Collision 12. Infinite terrain
Platform: | Size: 3115008 | Author: 小轩 | Hits:

[3D Graphicquadtree

Description: 该程序主要是采用四插数算法实现三维地形的渲染,算法对层次细节的不同点进行了处理,使得渲染效果更好,销量更高。-The program four plug number algorithm to achieve the 3D terrain rendering, different points of the algorithm on the level of detail processing, making rendering better, higher sales.
Platform: | Size: 1926144 | Author: 文杰 | Hits:

[3D GraphicFocus.On.3D.Terrain.Programming

Description: 介绍3D地形编程的入门书籍。主要内容包括地形纹理映射,光照和阴影,地形Lod技术,GeoMipmap,四叉树算法,ROAM算法-Introduction 3D terrain introductory programming books. The main contents include terrain texture mapping, lighting and shadows, terrain Lod technology, GeoMipmap, quadtree algorithm, ROAM algorithm
Platform: | Size: 12733440 | Author: zhaolu | Hits:

CodeBus www.codebus.net